README.txt – Code Directory Structure Explanation
Cybersecurity Awareness Project – USB Drop Attack Simulation Using Digispark

Directory Structure:

Code/
│
├── Source/
│   ├── digispark_payload.ino        - Arduino source code for the Digispark
│   └── README_Payload.txt           - Description of the payload and how to customize it
│
├── Executable/
│   └── digispark_payload.hex        - Compiled Digispark executable file
│
├── InstallationGuide/
│   ├── Installation_Guide.pdf       - Step-by-step instructions to set up the device
│   └── Drivers/
│       └── Windows_Drivers.zip      - Digispark drivers for Windows
│
├── UserManual/
│   └── User_Manual.pdf              - How the device works and usage guidelines
│
└── Documentation/
    └── Project_Description.pdf      - Overview of project goals and purpose

Descriptions:

- Source/: Contains the Arduino code and a README explaining the payload.
- Executable/: Contains a precompiled .hex file to upload to the Digispark directly.
- InstallationGuide/: Full setup steps with required drivers and screenshots.
- UserManual/: Safety and usage documentation for users.
- Documentation/: Project description, ethical intent, and technical context.
